.filling-container {
	display:none;
	height:100%; 
	width:100%; 
	color:#bbb; 
	background-color:#fff;
}

.transparent-filling-container{
	display:none;
	height:100%; 
	width:100%; 
	background-color: #666;
}

#window-frame{
	height:150px;
	width:500px;
	background-color:#fff; 
	border:4px solid #444; 
	padding:0px;
}

#window-frame-base{
	width:180px;
	height:180px;
	background-color:#fff;
	border:2px solid #444;
	padding:0px;
}

#transparent-window-frame-base{
	width:180px;
	height:180px;
	background-color: #bbb;
	padding:0px;
	border:0px;
	opacity:0.6;
}

#window-frame-base-01{
	width:120px;
	height:120px;
	background-color:#fff;
	border:2px solid #444;
	padding:0px;
}


#simplemodal-overlay{
	background-color:#000; 
	cursor:wait;
}

#showBuffer{
	background-image:url(../image/banner-load.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
}

